home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / strings / cindex < prev    next >
Encoding:
Text File  |  1992-12-17  |  254 b   |  9 lines

  1.  
  2.  
  3.           cindex string indexExpr
  4.                Returns the character indexed by the expression
  5.                indexExpr (zero based) from string. This command is a
  6.                shortcut for:
  7.  
  8.                    string index string [expr indexExpr]
  9.